From dbcc1a94cb216e537941f61cd4b53fda6a450cfd Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 13 Dec 2023 13:47:14 +0900 Subject: Major Rename on some waybar styles and layouts incorporating my avatar :) In addition, I have added 2 new waybar layouts (ClassySleek Top and Bottom) and Waybar Syles Combining Pywal and Catppuccin Latte hence the word Fusion ;) --- config/waybar/configs/Minimalist [TOP] | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 config/waybar/configs/Minimalist [TOP] (limited to 'config/waybar/configs/Minimalist [TOP]') diff --git a/config/waybar/configs/Minimalist [TOP] b/config/waybar/configs/Minimalist [TOP] new file mode 100644 index 00000000..1368667c --- /dev/null +++ b/config/waybar/configs/Minimalist [TOP] @@ -0,0 +1,31 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### SIMPLE -SHORT ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"position": "top", +"width": 1050, +"margin-top": 3, + +"modules-left": [ + "clock", + "custom/weather", + ], + +"modules-center": [ + "hyprland/workspaces#roman" + ], + +"modules-right": [ + "custom/menu", + "tray", + "mpris", + "network", + "bluetooth", + "backlight", + "pulseaudio", + "battery", + "custom/power"], +} -- cgit v1.2.3